-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expression: handle ENUM in builtin function Values() #9225
Conversation
Signed-off-by: Jian Zhang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #9225 +/- ##
==========================================
- Coverage 67.26% 67.25% -0.01%
==========================================
Files 371 371
Lines 77223 77222 -1
==========================================
- Hits 51943 51935 -8
- Misses 20642 20647 +5
- Partials 4638 4640 +2
Continue to review full report at Codecov.
|
Co-Authored-By: zz-jason <[email protected]>
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
/run-unit-test |
Signed-off-by: Jian Zhang [email protected]
What problem does this PR solve?
fix #9165
What is changed and how it works?
handle ENUM in
builtinValuesStringSig
Check List
Tests
Related changes